home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000411_news@columbia.edu_Sat Nov 18 01:23:08 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA16006
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Sat, 18 Nov 1995 17:46:17 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id RAA05401 for kermit.misc@watsun; Sat, 18 Nov 1995 17:46:14 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!psgrain!usenet.eel.ufl.edu!newsfeed.internetmci.com!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: extended ASCII characters
  8. Message-Id: <1995Nov18.072309.67199@cc.usu.edu>
  9. Date: 18 Nov 95 07:23:08 MDT
  10. References: <48fjt3$3ct@milo.freenet.vancouver.bc.ca>
  11. Organization: Utah State University
  12. Lines: 17
  13. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. In article <48fjt3$3ct@milo.freenet.vancouver.bc.ca>, dastow@opus.freenet.vancouver.bc.ca (David Stow) writes:
  16. > Could anyone tell me how to make the termainal emulator display 
  17. > characters 128-256 of the ISO Latin 1 set?  I've set the display to 8-bit 
  18. > and terminal character-set to Latin-1 but I still see only the ASCII 
  19. > characters that correspond to (number of the character I expect) - 128 on 
  20. > my screen.  (For example, I get "i" where I would expect "e" with an 
  21. > acute accent.)  When I look at files I've transfered with the type 
  22. > command, I see the IBM graphics character for the character number I 
  23. > expected (in the 128-256 range).  I'm using the VT102 emulation on an XT 
  24. > computer.
  25. > Thanks,
  26. > David Stow
  27. -------------
  28.     A VT102 terminal does not have Latin-1 capabilities, and it is
  29. a 7-bit device. May I suggest you use the VT320 emulation which has it
  30. all. Be sure to say SET DISPLAY 8-BIT to enable reception of all 8 bits.
  31.     Joe D.